*{
    margin: 0px;
    padding: 0px;
}
.sign-center{
    background-color: #fdfdfd;
}
.signup-form{
    text-align: center;
}
.form-dotted-line{
    width: 960px;
    border-bottom: #e6e6e6 dashed 2px;
    margin: 10px auto 15px;
}
.return-home{
    margin: 30px auto;
    font-size: 14px;
    color: #3b8aec;
}
.signup-pwd-strength{
    width: 180px;
    height: 32px;
    margin-top: 5px;
}
.authCode{
    height:34px !important;
    width:auto !important;
    padding: 0 15px !important;
    font-size:14px !important;
}
.ant-modal-footer>.ant-btn-ghost{
    display:none;
}
.setting{
    font-size:12px;
    color:red;
}
.imagevalidate{
    height: 34px;
    margin-left: 20px;
    position: absolute;
}
.imgvalidatechange{
    font-size:12px;
    color:blue;
    margin-left: 170px;
}